﻿2026-06-24T04:32:26.9275373Z ##[group]Run $ErrorActionPreference = "Stop"
2026-06-24T04:32:26.9275761Z [36;1m$ErrorActionPreference = "Stop"[0m
2026-06-24T04:32:26.9276055Z [36;1m$PIN = "0c95435"[0m
2026-06-24T04:32:26.9276290Z [36;1m$CACHE = "$env:USERPROFILE\spt-n1-oldbroker"[0m
2026-06-24T04:32:26.9276545Z [36;1m$BIN = "$CACHE\target\debug\spt.exe"[0m
2026-06-24T04:32:26.9276901Z [36;1m$built = if (Test-Path "$CACHE\.builtpin") { (Get-Content "$CACHE\.builtpin").Trim() } else { "" }[0m
2026-06-24T04:32:26.9277278Z [36;1mif (-not (Test-Path $BIN) -or $built -ne $PIN) {[0m
2026-06-24T04:32:26.9277582Z [36;1m  if (Test-Path $CACHE) { Remove-Item -Recurse -Force $CACHE }[0m
2026-06-24T04:32:26.9277867Z [36;1m  git clone $env:GITHUB_WORKSPACE $CACHE[0m
2026-06-24T04:32:26.9278785Z [36;1m  git -C $CACHE checkout $PIN[0m
2026-06-24T04:32:26.9279088Z [36;1m  cargo build --manifest-path "$CACHE\Cargo.toml" -p spt --bin spt[0m
2026-06-24T04:32:26.9279405Z [36;1m  Set-Content "$CACHE\.builtpin" $PIN[0m
2026-06-24T04:32:26.9279662Z [36;1m}[0m
2026-06-24T04:32:26.9279852Z [36;1m$env:SPT_N1_OLD_BROKER = $BIN[0m
2026-06-24T04:32:26.9280105Z [36;1mcargo test -p spt --test n1_pairing -- --nocapture[0m
2026-06-24T04:32:26.9347073Z shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'"
2026-06-24T04:32:26.9347388Z ##[endgroup]
2026-06-24T04:32:28.0125296Z    Compiling proc-macro2 v1.0.106
2026-06-24T04:32:28.0125771Z    Compiling unicode-ident v1.0.24
2026-06-24T04:32:28.0126465Z    Compiling quote v1.0.45
2026-06-24T04:32:28.0126739Z    Compiling cfg-if v1.0.4
2026-06-24T04:32:28.0126958Z    Compiling serde_core v1.0.228
2026-06-24T04:32:28.0127153Z    Compiling serde v1.0.228
2026-06-24T04:32:28.0127579Z    Compiling windows-link v0.2.1
2026-06-24T04:32:28.0127898Z    Compiling portable-atomic v1.13.1
2026-06-24T04:32:28.0128129Z    Compiling typenum v1.20.1
2026-06-24T04:32:28.0128375Z    Compiling getrandom v0.3.4
2026-06-24T04:32:28.0128669Z    Compiling pin-project-lite v0.2.17
2026-06-24T04:32:28.0128982Z    Compiling version_check v0.9.5
2026-06-24T04:32:28.0129317Z    Compiling critical-section v1.2.0
2026-06-24T04:32:28.0129653Z    Compiling shlex v2.0.1
2026-06-24T04:32:28.0129937Z    Compiling memchr v2.8.1
2026-06-24T04:32:28.0130239Z    Compiling find-msvc-tools v0.1.9
2026-06-24T04:32:28.0973961Z    Compiling windows-sys v0.61.2
2026-06-24T04:32:28.0981055Z    Compiling subtle v2.6.1
2026-06-24T04:32:28.1272370Z    Compiling equivalent v1.0.2
2026-06-24T04:32:28.1373716Z    Compiling futures-core v0.3.32
2026-06-24T04:32:28.1412515Z    Compiling smallvec v1.15.1
2026-06-24T04:32:28.2569187Z    Compiling bytes v1.11.1
2026-06-24T04:32:28.2674437Z    Compiling itoa v1.0.18
2026-06-24T04:32:28.2995882Z    Compiling semver v1.0.28
2026-06-24T04:32:28.3568662Z    Compiling stable_deref_trait v1.2.1
2026-06-24T04:32:28.3958894Z    Compiling log v0.4.32
2026-06-24T04:32:28.4348387Z    Compiling futures-io v0.3.32
2026-06-24T04:32:28.4654387Z    Compiling generic-array v0.14.7
2026-06-24T04:32:28.5088841Z    Compiling slab v0.4.12
2026-06-24T04:32:28.5703639Z    Compiling rustc_version v0.4.1
2026-06-24T04:32:28.5897202Z    Compiling futures-sink v0.3.32
2026-06-24T04:32:28.6065080Z    Compiling rustversion v1.0.22
2026-06-24T04:32:28.6549343Z    Compiling hashbrown v0.17.1
2026-06-24T04:32:28.6699575Z    Compiling futures-task v0.3.32
2026-06-24T04:32:28.6839823Z    Compiling getrandom v0.2.17
2026-06-24T04:32:28.8020787Z    Compiling futures-channel v0.3.32
2026-06-24T04:32:28.8898236Z    Compiling cpufeatures v0.2.17
2026-06-24T04:32:29.0736807Z    Compiling fnv v1.0.7
2026-06-24T04:32:29.0972486Z    Compiling libc v0.2.186
2026-06-24T04:32:29.1044768Z    Compiling cfg_aliases v0.2.1
2026-06-24T04:32:29.1204553Z    Compiling strsim v0.11.1
2026-06-24T04:32:29.1523184Z    Compiling rand_core v0.10.1
2026-06-24T04:32:29.1625594Z    Compiling autocfg v1.5.1
2026-06-24T04:32:29.2213174Z    Compiling indexmap v2.14.0
2026-06-24T04:32:29.4611476Z    Compiling litemap v0.8.2
2026-06-24T04:32:29.5177611Z    Compiling jobserver v0.1.34
2026-06-24T04:32:29.5717446Z    Compiling writeable v0.6.3
2026-06-24T04:32:29.5809676Z    Compiling fs_extra v1.3.0
2026-06-24T04:32:29.5810842Z    Compiling icu_properties_data v2.2.0
2026-06-24T04:32:29.6581101Z    Compiling utf8_iter v1.0.4
2026-06-24T04:32:29.6585586Z    Compiling icu_normalizer_data v2.2.0
2026-06-24T04:32:29.8171625Z    Compiling cc v1.2.63
2026-06-24T04:32:29.8176223Z    Compiling ident_case v1.0.1
2026-06-24T04:32:29.8709898Z    Compiling dunce v1.0.5
2026-06-24T04:32:29.9217487Z    Compiling getrandom v0.4.2
2026-06-24T04:32:29.9300547Z    Compiling percent-encoding v2.3.2
2026-06-24T04:32:30.0130529Z    Compiling syn v2.0.117
2026-06-24T04:32:30.0210970Z    Compiling http v1.4.1
2026-06-24T04:32:30.0485406Z    Compiling cpufeatures v0.3.0
2026-06-24T04:32:30.0724565Z    Compiling unicode-segmentation v1.13.3
2026-06-24T04:32:30.2209758Z    Compiling crypto-common v0.1.7
2026-06-24T04:32:30.2257540Z    Compiling aws-lc-rs v1.17.0
2026-06-24T04:32:30.2471422Z    Compiling thiserror v2.0.18
2026-06-24T04:32:30.3475779Z    Compiling scopeguard v1.2.0
2026-06-24T04:32:30.3600942Z    Compiling block-buffer v0.10.4
2026-06-24T04:32:30.4219513Z    Compiling lock_api v0.4.14
2026-06-24T04:32:30.4335880Z    Compiling chacha20 v0.10.0
2026-06-24T04:32:30.4677174Z    Compiling form_urlencoded v1.2.2
2026-06-24T04:32:30.4832004Z    Compiling untrusted v0.9.0
2026-06-24T04:32:30.5697391Z    Compiling cmake v0.1.58
2026-06-24T04:32:30.6654057Z    Compiling bitflags v2.12.1
2026-06-24T04:32:30.6955342Z    Compiling winapi v0.3.9
2026-06-24T04:32:30.7004675Z    Compiling digest v0.10.7
2026-06-24T04:32:30.7419082Z    Compiling num-traits v0.2.19
2026-06-24T04:32:30.7549623Z    Compiling windows-strings v0.5.1
2026-06-24T04:32:30.7749700Z    Compiling windows-result v0.4.1
2026-06-24T04:32:30.9584972Z    Compiling rustls v0.23.40
2026-06-24T04:32:31.0910676Z    Compiling rand v0.10.1
2026-06-24T04:32:31.1218600Z    Compiling heck v0.5.0
2026-06-24T04:32:31.1468858Z    Compiling convert_case v0.10.0
2026-06-24T04:32:31.2280019Z    Compiling atomic-waker v1.1.2
2026-06-24T04:32:31.3219775Z    Compiling aws-lc-sys v0.41.0
2026-06-24T04:32:31.4596196Z    Compiling ring v0.17.14
2026-06-24T04:32:31.5604535Z    Compiling anyhow v1.0.102
2026-06-24T04:32:31.5845452Z    Compiling const-oid v0.10.2
2026-06-24T04:32:31.5920087Z    Compiling unicode-xid v0.2.6
2026-06-24T04:32:31.6419279Z    Compiling zerocopy v0.8.50
2026-06-24T04:32:31.7248256Z    Compiling parking_lot_core v0.9.12
2026-06-24T04:32:31.7273956Z    Compiling httparse v1.10.1
2026-06-24T04:32:31.7733276Z    Compiling http-body v1.0.1
2026-06-24T04:32:31.8137268Z    Compiling curve25519-dalek v4.1.3
2026-06-24T04:32:31.8137863Z    Compiling hybrid-array v0.4.12
2026-06-24T04:32:31.8370506Z    Compiling ahash v0.8.12
2026-06-24T04:32:32.0120921Z    Compiling fastrand v2.4.1
2026-06-24T04:32:32.2169950Z    Compiling either v1.16.0
2026-06-24T04:32:32.2521084Z    Compiling powerfmt v0.2.0
2026-06-24T04:32:32.2843932Z    Compiling base64ct v1.8.3
2026-06-24T04:32:32.3899679Z    Compiling deranged v0.5.8
2026-06-24T04:32:32.4558180Z    Compiling rand_core v0.6.4
2026-06-24T04:32:32.4827572Z    Compiling pem-rfc7468 v1.0.0
2026-06-24T04:32:32.5364833Z    Compiling tower-service v0.3.3
2026-06-24T04:32:32.5424041Z    Compiling data-encoding v2.11.0
2026-06-24T04:32:32.6293667Z    Compiling pkg-config v0.3.33
2026-06-24T04:32:32.6821421Z    Compiling num-conv v0.2.2
2026-06-24T04:32:32.7692554Z    Compiling base64 v0.22.1
2026-06-24T04:32:32.7826219Z    Compiling tinyvec_macros v0.1.1
2026-06-24T04:32:32.8739504Z    Compiling zmij v1.0.21
2026-06-24T04:32:32.9809315Z    Compiling time-core v0.1.8
2026-06-24T04:32:32.9876446Z    Compiling vcpkg v0.2.15
2026-06-24T04:32:32.9962556Z    Compiling try-lock v0.2.5
2026-06-24T04:32:33.0186155Z    Compiling parking_lot v0.12.5
2026-06-24T04:32:33.1752969Z    Compiling synstructure v0.13.2
2026-06-24T04:32:33.2067605Z    Compiling darling_core v0.20.11
2026-06-24T04:32:33.4325396Z    Compiling block-buffer v0.12.0
2026-06-24T04:32:33.4493338Z    Compiling crypto-common v0.2.2
2026-06-24T04:32:33.5375634Z    Compiling want v0.3.1
2026-06-24T04:32:33.5846883Z    Compiling tinyvec v1.11.0
2026-06-24T04:32:33.6166045Z    Compiling sha2 v0.10.9
2026-06-24T04:32:33.6303715Z    Compiling vergen-lib v9.1.0
2026-06-24T04:32:33.6907751Z    Compiling inout v0.1.4
2026-06-24T04:32:33.7355948Z    Compiling n0-future v0.3.2
2026-06-24T04:32:33.8493059Z    Compiling serde_json v1.0.150
2026-06-24T04:32:33.9270678Z    Compiling httpdate v1.0.3
2026-06-24T04:32:33.9428564Z    Compiling diatomic-waker v0.2.3
2026-06-24T04:32:34.0286369Z    Compiling spin v0.10.0
2026-06-24T04:32:34.0538485Z    Compiling windows_x86_64_msvc v0.52.6
2026-06-24T04:32:34.0724488Z    Compiling crossbeam-utils v0.8.21
2026-06-24T04:32:34.1067137Z    Compiling winnow v1.0.3
2026-06-24T04:32:34.1199277Z    Compiling parking v2.2.1
2026-06-24T04:32:34.1292692Z    Compiling signature v2.2.0
2026-06-24T04:32:34.1459912Z    Compiling cordyceps v0.3.4
2026-06-24T04:32:34.1892264Z    Compiling futures-lite v2.6.1
2026-06-24T04:32:34.2668806Z    Compiling digest v0.11.3
2026-06-24T04:32:34.3093529Z    Compiling ed25519 v2.2.3
2026-06-24T04:32:34.3457240Z    Compiling libsqlite3-sys v0.30.1
2026-06-24T04:32:34.4368044Z    Compiling futures-buffered v0.2.13
2026-06-24T04:32:34.4381601Z    Compiling cipher v0.4.4
2026-06-24T04:32:34.4725713Z    Compiling vergen-lib v0.1.6
2026-06-24T04:32:34.5131609Z    Compiling vergen v9.1.0
2026-06-24T04:32:34.5132153Z    Compiling universal-hash v0.5.1
2026-06-24T04:32:34.6728657Z    Compiling socket2 v0.6.4
2026-06-24T04:32:34.7130372Z    Compiling mio v1.2.1
2026-06-24T04:32:34.7331684Z    Compiling noq-udp v0.10.0
2026-06-24T04:32:34.7689788Z    Compiling heapless v0.7.17
2026-06-24T04:32:34.7937876Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-06-24T04:32:34.8665383Z    Compiling sync_wrapper v1.0.2
2026-06-24T04:32:35.0419278Z    Compiling opaque-debug v0.3.1
2026-06-24T04:32:35.0550890Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-06-24T04:32:35.0813500Z    Compiling byteorder v1.5.0
2026-06-24T04:32:35.0882461Z    Compiling allocator-api2 v0.2.21
2026-06-24T04:32:35.2137291Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-06-24T04:32:35.2580338Z    Compiling hash32 v0.2.1
2026-06-24T04:32:35.2981810Z    Compiling polyval v0.6.2
2026-06-24T04:32:35.3093590Z    Compiling serde_derive v1.0.228
2026-06-24T04:32:35.3175095Z    Compiling zeroize_derive v1.4.3
2026-06-24T04:32:35.3412238Z    Compiling zerofrom-derive v0.1.7
2026-06-24T04:32:35.4091790Z    Compiling yoke-derive v0.8.2
2026-06-24T04:32:35.6549312Z    Compiling tokio-macros v2.7.0
2026-06-24T04:32:35.7144634Z    Compiling futures-macro v0.3.32
2026-06-24T04:32:35.7965479Z    Compiling zerovec-derive v0.11.3
2026-06-24T04:32:35.8189587Z    Compiling displaydoc v0.2.6
2026-06-24T04:32:36.0001544Z    Compiling tracing-attributes v0.1.31
2026-06-24T04:32:36.0584983Z    Compiling thiserror-impl v2.0.18
2026-06-24T04:32:36.2424203Z    Compiling curve25519-dalek-derive v0.1.1
2026-06-24T04:32:36.5043018Z    Compiling zeroize v1.8.2
2026-06-24T04:32:36.5484603Z    Compiling tokio v1.52.3
2026-06-24T04:32:36.5780160Z    Compiling darling_macro v0.20.11
2026-06-24T04:32:36.7155228Z    Compiling derive_more-impl v2.1.1
2026-06-24T04:32:36.8017363Z    Compiling futures-util v0.3.32
2026-06-24T04:32:36.8125900Z    Compiling rustls-pki-types v1.14.1
2026-06-24T04:32:36.9473977Z    Compiling windows-interface v0.59.3
2026-06-24T04:32:36.9640396Z    Compiling spez v0.1.2
2026-06-24T04:32:37.1091026Z    Compiling darling v0.20.11
2026-06-24T04:32:37.1740855Z    Compiling n0-error-macros v0.1.3
2026-06-24T04:32:37.2749040Z    Compiling windows-implement v0.60.2
2026-06-24T04:32:37.3902694Z    Compiling derive_builder_core v0.20.2
2026-06-24T04:32:37.4874887Z    Compiling der v0.8.0-rc.10
2026-06-24T04:32:37.5237509Z    Compiling zerofrom v0.1.8
2026-06-24T04:32:37.5821171Z    Compiling pin-project-internal v1.1.13
2026-06-24T04:32:37.8442363Z    Compiling yoke v0.8.3
2026-06-24T04:32:37.8585213Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-06-24T04:32:38.0973783Z    Compiling windows-core v0.62.2
2026-06-24T04:32:38.2158929Z    Compiling zerovec v0.11.6
2026-06-24T04:32:38.3002153Z    Compiling zerotrie v0.2.4
2026-06-24T04:32:38.5287208Z    Compiling derive_builder_macro v0.20.2
2026-06-24T04:32:38.6796540Z    Compiling n0-error v0.1.3
2026-06-24T04:32:38.7931647Z    Compiling tinystr v0.8.3
2026-06-24T04:32:38.8533123Z    Compiling potential_utf v0.1.5
2026-06-24T04:32:38.9228395Z    Compiling pin-project v1.1.13
2026-06-24T04:32:38.9774909Z    Compiling icu_locale_core v2.2.0
2026-06-24T04:32:38.9862999Z    Compiling icu_collections v2.2.0
2026-06-24T04:32:39.0234800Z    Compiling derive_builder v0.20.2
2026-06-24T04:32:39.0249811Z    Compiling spki v0.8.0-rc.4
2026-06-24T04:32:39.1559788Z    Compiling ed25519-dalek v2.2.0
2026-06-24T04:32:39.2445484Z    Compiling pkcs8 v0.11.0-rc.10
2026-06-24T04:32:39.3347468Z    Compiling vergen-gitcl v1.0.8
2026-06-24T04:32:39.3909838Z    Compiling spin v0.9.8
2026-06-24T04:32:39.4105245Z    Compiling windows-threading v0.2.1
2026-06-24T04:32:39.4936017Z    Compiling ryu v1.0.23
2026-06-24T04:32:39.5231140Z    Compiling signature v3.0.0
2026-06-24T04:32:39.5836385Z    Compiling futures-executor v0.3.32
2026-06-24T04:32:39.6536211Z    Compiling tower-layer v0.3.3
2026-06-24T04:32:39.6689414Z    Compiling fallible-streaming-iterator v0.1.9
2026-06-24T04:32:39.6862417Z    Compiling fallible-iterator v0.3.0
2026-06-24T04:32:39.7434397Z    Compiling futures v0.3.32
2026-06-24T04:32:39.7726625Z    Compiling windows-future v0.3.2
2026-06-24T04:32:39.8143739Z    Compiling spt-proto v0.14.3 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-proto)
2026-06-24T04:32:39.8343028Z    Compiling windows-targets v0.52.6
2026-06-24T04:32:39.8699690Z    Compiling windows-numerics v0.3.1
2026-06-24T04:32:39.8811890Z    Compiling windows-collections v0.3.2
2026-06-24T04:32:39.9147431Z    Compiling proc-macro-crate v3.5.0
2026-06-24T04:32:39.9503612Z    Compiling cobs v0.3.0
2026-06-24T04:32:39.9850895Z    Compiling icu_provider v2.2.0
2026-06-24T04:32:39.9946702Z    Compiling ghash v0.5.1
2026-06-24T04:32:40.1147932Z    Compiling postcard-derive v0.2.2
2026-06-24T04:32:40.1282426Z    Compiling aes v0.8.4
2026-06-24T04:32:40.1447667Z    Compiling ctr v0.9.2
2026-06-24T04:32:40.1535658Z    Compiling sha2 v0.11.0-rc.5
2026-06-24T04:32:40.3199509Z    Compiling icu_normalizer v2.2.0
2026-06-24T04:32:40.3363376Z    Compiling icu_properties v2.2.0
2026-06-24T04:32:40.3902318Z    Compiling ipnet v2.12.0
2026-06-24T04:32:40.5564215Z    Compiling tokio-util v0.7.18
2026-06-24T04:32:40.5659162Z    Compiling data-encoding-macro-internal v0.1.18
2026-06-24T04:32:40.7490191Z    Compiling once_cell v1.21.4
2026-06-24T04:32:40.7496742Z    Compiling prefix-trie v0.8.4
2026-06-24T04:32:40.8254482Z    Compiling ed25519 v3.0.0-rc.4
2026-06-24T04:32:40.8338744Z    Compiling derive_more v2.1.1
2026-06-24T04:32:40.8771735Z    Compiling time v0.3.47
2026-06-24T04:32:41.0138204Z    Compiling tracing-core v0.1.36
2026-06-24T04:32:41.1663350Z    Compiling fs2 v0.4.3
2026-06-24T04:32:41.2208676Z    Compiling http-body-util v0.1.3
2026-06-24T04:32:41.2276925Z    Compiling aead v0.5.2
2026-06-24T04:32:41.2292753Z    Compiling hashbrown v0.14.5
2026-06-24T04:32:41.3081882Z    Compiling ipconfig v0.3.4
2026-06-24T04:32:41.3427787Z    Compiling widestring v1.2.1
2026-06-24T04:32:41.3874261Z    Compiling tracing v0.1.44
2026-06-24T04:32:41.4179796Z    Compiling aes-gcm v0.10.3
2026-06-24T04:32:41.5245761Z    Compiling idna_adapter v1.2.2
2026-06-24T04:32:41.5296155Z    Compiling postcard v1.1.3
2026-06-24T04:32:41.5771555Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-06-24T04:32:41.6407911Z    Compiling idna v1.1.0
2026-06-24T04:32:41.6696236Z    Compiling data-encoding-macro v0.1.20
2026-06-24T04:32:41.7107952Z    Compiling num_enum_derive v0.7.6
2026-06-24T04:32:41.8525958Z    Compiling h2 v0.4.14
2026-06-24T04:32:41.9288938Z    Compiling url v2.5.8
2026-06-24T04:32:41.9377217Z    Compiling hashlink v0.9.1
2026-06-24T04:32:41.9448484Z    Compiling tower v0.5.3
2026-06-24T04:32:41.9690577Z    Compiling windows v0.62.2
2026-06-24T04:32:42.0298209Z    Compiling chrono v0.4.45
2026-06-24T04:32:42.1674269Z    Compiling windows-sys v0.59.0
2026-06-24T04:32:42.2475318Z    Compiling rusqlite v0.32.1
2026-06-24T04:32:42.3324604Z    Compiling crossbeam-channel v0.5.15
2026-06-24T04:32:42.3667084Z    Compiling crossbeam-epoch v0.9.18
2026-06-24T04:32:42.4413727Z    Compiling hickory-proto v0.26.0-beta.4
2026-06-24T04:32:42.7557177Z    Compiling strum_macros v0.28.0
2026-06-24T04:32:42.8666787Z    Compiling iroh-metrics-derive v0.4.1
2026-06-24T04:32:42.8860583Z    Compiling async-trait v0.1.89
2026-06-24T04:32:42.9644190Z    Compiling enum-assoc v1.3.0
2026-06-24T04:32:42.9704960Z    Compiling windows-registry v0.6.1
2026-06-24T04:32:43.0285268Z    Compiling blake3 v1.8.5
2026-06-24T04:32:43.2229409Z    Compiling spt-store v0.14.3 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-store)
2026-06-24T04:32:43.3730896Z    Compiling uuid v1.23.2
2026-06-24T04:32:43.4375660Z    Compiling memoffset v0.6.5
2026-06-24T04:32:43.4535861Z    Compiling netwatch v0.16.0
2026-06-24T04:32:43.5228069Z    Compiling noq v0.18.0
2026-06-24T04:32:43.7592288Z    Compiling acto v0.8.2
2026-06-24T04:32:43.7964024Z    Compiling thiserror v1.0.69
2026-06-24T04:32:43.8276440Z    Compiling lru-slab v0.1.2
2026-06-24T04:32:43.8627964Z    Compiling identity-hash v0.1.0
2026-06-24T04:32:43.9037635Z    Compiling foldhash v0.2.0
2026-06-24T04:32:43.9311580Z    Compiling sorted-index-buffer v0.2.1
2026-06-24T04:32:44.0374701Z    Compiling mac-addr v0.3.0
2026-06-24T04:32:44.0414828Z    Compiling xml-rs v0.8.28
2026-06-24T04:32:44.0972898Z    Compiling rustc-hash v2.1.2
2026-06-24T04:32:44.0994911Z    Compiling tagptr v0.2.0
2026-06-24T04:32:44.1422046Z    Compiling ref-cast v1.0.25
2026-06-24T04:32:44.2110601Z    Compiling moka v0.12.15
2026-06-24T04:32:44.2469720Z    Compiling netdev v0.42.0
2026-06-24T04:32:44.2470708Z    Compiling hashbrown v0.16.1
2026-06-24T04:32:44.4261340Z    Compiling iroh-metrics v0.38.3
2026-06-24T04:32:44.5246088Z    Compiling iroh-relay v0.98.0
2026-06-24T04:32:44.5683106Z    Compiling xmltree v0.10.3
2026-06-24T04:32:44.8891375Z    Compiling num_enum v0.7.6
2026-06-24T04:32:44.8997167Z    Compiling iroh-base v0.98.0
2026-06-24T04:32:44.9610326Z    Compiling tower-http v0.6.11
2026-06-24T04:32:44.9877073Z    Compiling attohttpc v0.30.1
2026-06-24T04:32:45.1285065Z    Compiling spt-msg v0.14.3 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-msg)
2026-06-24T04:32:45.1449894Z    Compiling n0-watcher v0.6.1
2026-06-24T04:32:45.1644480Z    Compiling strum v0.28.0
2026-06-24T04:32:45.1645925Z    Compiling tokio-stream v0.1.18
2026-06-24T04:32:45.1687115Z    Compiling toml_datetime v0.6.11
2026-06-24T04:32:45.3468259Z    Compiling serde_spanned v0.6.9
2026-06-24T04:32:45.4189799Z    Compiling hyper v1.10.1
2026-06-24T04:32:45.4589793Z    Compiling thiserror-impl v1.0.69
2026-06-24T04:32:45.4947619Z    Compiling ref-cast-impl v1.0.25
2026-06-24T04:32:45.5396356Z    Compiling serde_derive_internals v0.29.1
2026-06-24T04:32:45.6683783Z    Compiling simple-dns v0.9.3
2026-06-24T04:32:45.6887481Z    Compiling serial-core v0.4.0
2026-06-24T04:32:45.7748506Z    Compiling aho-corasick v1.1.4
2026-06-24T04:32:45.9180261Z    Compiling regex-syntax v0.8.10
2026-06-24T04:32:45.9393601Z    Compiling constant_time_eq v0.4.2
2026-06-24T04:32:46.0677276Z    Compiling resolv-conf v0.7.6
2026-06-24T04:32:46.1544420Z    Compiling winreg v0.10.1
2026-06-24T04:32:46.3690216Z    Compiling smol_str v0.1.24
2026-06-24T04:32:46.3839507Z    Compiling sha1_smol v1.0.1
2026-06-24T04:32:46.3966733Z    Compiling toml_write v0.1.2
2026-06-24T04:32:46.6032685Z    Compiling simdutf8 v0.1.5
2026-06-24T04:32:46.6188846Z    Compiling arrayref v0.3.9
2026-06-24T04:32:46.6290500Z    Compiling arrayvec v0.7.6
2026-06-24T04:32:46.6761633Z    Compiling hyper-util v0.1.20
2026-06-24T04:32:46.6931620Z    Compiling winnow v0.7.15
2026-06-24T04:32:46.7284239Z    Compiling schemars_derive v1.2.1
2026-06-24T04:32:46.8636659Z    Compiling iroh-dns v0.98.0
2026-06-24T04:32:47.2725721Z    Compiling serial-windows v0.4.0
2026-06-24T04:32:47.4777076Z    Compiling lru v0.16.4
2026-06-24T04:32:47.5188041Z    Compiling webpki-roots v1.0.7
2026-06-24T04:32:47.5813756Z    Compiling seize v0.5.1
2026-06-24T04:32:47.6443073Z    Compiling darling_core v0.23.0
2026-06-24T04:32:47.6858865Z    Compiling serde_bytes v0.11.19
2026-06-24T04:32:47.6945783Z    Compiling hmac v0.12.1
2026-06-24T04:32:47.7353409Z    Compiling iroh v0.98.2
2026-06-24T04:32:47.7374353Z    Compiling cmov v0.5.4
2026-06-24T04:32:47.8300638Z    Compiling pin-utils v0.1.0
2026-06-24T04:32:47.8458396Z    Compiling dyn-clone v1.0.20
2026-06-24T04:32:47.9447568Z    Compiling regex-automata v0.4.14
2026-06-24T04:32:47.9640585Z    Compiling igd-next v0.17.1
2026-06-24T04:32:47.9788123Z    Compiling bitflags v1.3.2
2026-06-24T04:32:48.0300706Z    Compiling anstyle v1.0.14
2026-06-24T04:32:48.0691603Z    Compiling lazy_static v1.5.0
2026-06-24T04:32:48.0749129Z    Compiling utf8parse v0.2.2
2026-06-24T04:32:48.0964663Z    Compiling once_cell_polyfill v1.70.2
2026-06-24T04:32:48.1801765Z    Compiling anstyle-parse v1.0.0
2026-06-24T04:32:48.1995498Z    Compiling anstyle-wincon v3.0.11
2026-06-24T04:32:48.2085563Z    Compiling shared_library v0.1.9
2026-06-24T04:32:48.3003848Z    Compiling nix v0.25.1
2026-06-24T04:32:48.3141506Z    Compiling ctutils v0.4.2
2026-06-24T04:32:48.3885485Z    Compiling toml_edit v0.22.27
2026-06-24T04:32:48.3961973Z    Compiling hkdf v0.12.4
2026-06-24T04:32:48.5177824Z    Compiling schemars v1.2.1
2026-06-24T04:32:48.5296699Z    Compiling papaya v0.2.4
2026-06-24T04:32:48.5398794Z    Compiling serial v0.4.0
2026-06-24T04:32:48.5503256Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-06-24T04:32:48.6802982Z    Compiling filedescriptor v0.8.3
2026-06-24T04:32:48.7327913Z    Compiling backon v1.6.0
2026-06-24T04:32:48.9732521Z    Compiling anstyle-query v1.1.5
2026-06-24T04:32:49.0533495Z    Compiling foldhash v0.1.5
2026-06-24T04:32:49.0533989Z    Compiling is_terminal_polyfill v1.70.2
2026-06-24T04:32:49.0760458Z    Compiling shell-words v1.1.1
2026-06-24T04:32:49.2077971Z    Compiling colorchoice v1.0.5
2026-06-24T04:32:49.2219442Z    Compiling paste v1.0.15
2026-06-24T04:32:49.2272481Z    Compiling downcast-rs v1.2.1
2026-06-24T04:32:49.2505422Z    Compiling instability v0.3.12
2026-06-24T04:32:49.2617813Z    Compiling hashbrown v0.15.5
2026-06-24T04:32:49.3237015Z    Compiling portable-pty v0.8.1
2026-06-24T04:32:49.3529725Z    Compiling anstream v1.0.0
2026-06-24T04:32:49.3602314Z    Compiling spake2 v0.4.0
2026-06-24T04:32:49.7473240Z    Compiling strum_macros v0.26.4
2026-06-24T04:32:49.8042765Z    Compiling terminal_size v0.4.4
2026-06-24T04:32:49.8542851Z    Compiling crossterm_winapi v0.9.1
2026-06-24T04:32:49.9092357Z    Compiling itertools v0.13.0
2026-06-24T04:32:49.9169728Z    Compiling sha1 v0.10.6
2026-06-24T04:32:49.9473519Z    Compiling regex v1.12.3
2026-06-24T04:32:50.1747559Z    Compiling toml v0.8.23
2026-06-24T04:32:50.1844870Z    Compiling castaway v0.2.4
2026-06-24T04:32:50.2658212Z    Compiling recvmsg v1.0.0
2026-06-24T04:32:50.3214547Z    Compiling indoc v2.0.7
2026-06-24T04:32:50.5208486Z    Compiling static_assertions v1.1.0
2026-06-24T04:32:50.6199637Z    Compiling spt-runtime v0.14.3 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-runtime)
2026-06-24T04:32:50.6235409Z    Compiling clap_lex v1.1.0
2026-06-24T04:32:50.6991725Z    Compiling unicode-width v0.1.14
2026-06-24T04:32:50.7736338Z    Compiling doctest-file v1.1.1
2026-06-24T04:32:50.8903424Z    Compiling darling_macro v0.23.0
2026-06-24T04:32:50.9512955Z    Compiling clap_builder v4.6.0
2026-06-24T04:32:50.9863207Z    Compiling compact_str v0.8.2
2026-06-24T04:32:51.0851646Z    Compiling crossterm v0.28.1
2026-06-24T04:32:51.2529652Z    Compiling wmi v0.18.4
2026-06-24T04:32:51.3332695Z    Compiling darling v0.23.0
2026-06-24T04:32:51.4128759Z    Compiling unicode-truncate v1.1.0
2026-06-24T04:32:51.5838090Z    Compiling interprocess v2.4.2
2026-06-24T04:32:51.7664615Z    Compiling lru v0.12.5
2026-06-24T04:32:51.8037456Z    Compiling spt-term v0.14.3 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-term)
2026-06-24T04:32:51.8626984Z    Compiling strum v0.26.3
2026-06-24T04:32:51.9649819Z    Compiling clap_derive v4.6.1
2026-06-24T04:32:52.3553203Z    Compiling unicode-width v0.2.0
2026-06-24T04:32:52.5844148Z    Compiling error-code v3.3.2
2026-06-24T04:32:52.6510878Z    Compiling cassowary v0.3.0
2026-06-24T04:32:52.7677364Z    Compiling spt-live v0.14.3 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-live)
2026-06-24T04:32:52.9356009Z    Compiling portmapper v0.16.0
2026-06-24T04:32:53.2000253Z    Compiling ratatui v0.29.0
2026-06-24T04:32:53.2689841Z    Compiling clipboard-win v5.4.1
2026-06-24T04:32:53.2965694Z    Compiling nucleo-matcher v0.3.1
2026-06-24T04:32:53.4756429Z    Compiling qrcode v0.14.1
2026-06-24T04:32:53.6035379Z    Compiling tempfile v3.27.0
2026-06-24T04:32:54.0347005Z    Compiling clap v4.6.1
2026-06-24T04:33:05.1924555Z    Compiling rustls-webpki v0.103.13
2026-06-24T04:33:07.3393028Z    Compiling tokio-rustls v0.26.4
2026-06-24T04:33:07.3393364Z    Compiling rustls-platform-verifier v0.7.0
2026-06-24T04:33:07.3393654Z    Compiling noq-proto v0.17.0
2026-06-24T04:33:07.4713203Z    Compiling hyper-rustls v0.27.9
2026-06-24T04:33:07.4713713Z    Compiling hickory-net v0.26.0-beta.4
2026-06-24T04:33:07.4714127Z    Compiling tokio-websockets v0.13.2
2026-06-24T04:33:07.6086871Z    Compiling reqwest v0.13.4
2026-06-24T04:33:08.4982540Z    Compiling hickory-resolver v0.26.0-beta.4
2026-06-24T04:33:24.4068767Z    Compiling spt-net v0.14.3 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-net)
2026-06-24T04:33:25.7000620Z    Compiling spt-daemon v0.14.3 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-daemon)
2026-06-24T04:33:34.1115145Z    Compiling spt v0.14.3 (C:\actions-runner\_work\spt-core\spt-core\crates\spt)
2026-06-24T04:33:40.8555281Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 13s
2026-06-24T04:33:40.8765670Z      Running tests\n1_pairing.rs (target\debug\deps\n1_pairing-91913b16d8d18762.exe)
2026-06-24T04:33:40.9268555Z 
2026-06-24T04:33:40.9268807Z running 1 test
2026-06-24T04:33:48.1061266Z test new_brain_serves_against_old_broker ... ok
2026-06-24T04:33:48.1061496Z 
2026-06-24T04:33:48.1061689Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 7.18s
2026-06-24T04:33:48.1061926Z 
